home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / Jul / di9807rl / readme.txt < prev    next >
Text File  |  1998-05-11  |  977b  |  32 lines

  1. The following files accompany the article. I don't discuss all the
  2. code in the article. Some are just freebies I threw in because they
  3. are useful. There are five projects and two packages:
  4.  
  5. PalPkg.dpk   - source for the design-time package that contains
  6.                the TGradient and TMovingGradient components
  7. PalReg.pas   - design-time source code to register the components
  8. PalReg.dcr   - DCR with bitmaps for TMovingGradient and TGradient
  9.  
  10. PalRun10.dpk - run-time package
  11. Gradient.pas - source for TGradient component
  12. Moving.pas   - source for TMovingGradient component
  13.  
  14. Animate.dpr  - demonstrate palette animation
  15. AniForm.pas
  16. AniForm.dfm
  17.  
  18. GrayDemo.dpr - demonstrate a gray-scale palette
  19. GrayForm.pas
  20. GrayForm.dfm
  21.  
  22. GradDemo.dpr - demonstrate the TGradient component
  23. GrayForm.pas
  24. GrayForm.dfm
  25.  
  26. PalView.dpr  - view the system palette
  27. ViewForm.pas
  28. ViewForm.dfm
  29.  
  30. WinColor.dpr - list the standard Windows palette colors
  31. StdForm.pas
  32. StdForm.dfm